Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[T6A1][F12-B3] Li Yundi Maggie #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MaggieMeow
Copy link

Ready for review.

@MaggieMeow MaggieMeow changed the title Implement DIP for Storage [T6A1][F12-B3] Li Yundi Maggie Mar 2, 2017
Copy link

@okkhoy okkhoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I noticed that you have not submitted the DI and OCP exericses; it is OK as long as you understand the concepts and are ready to apply it when necessary
  • Your branching still needs to be worked on; I could see some unrelated commits in this PR.

import seedu.addressbook.data.AddressBook;
import seedu.addressbook.data.exception.IllegalValueException;

public abstract class Storage {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class and its methods should have header comments. If not, developers who need to inherit from this class will not know how exactly they should override the methods and other developers who write client code for this class will not know how to use it either.

@okkhoy
Copy link

okkhoy commented Mar 4, 2017

@MaggieMeow
Some comments added. Please ack & close the PR after reading comments.

@okkhoy okkhoy added the Reviewed label Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants